home *** CD-ROM | disk | FTP | other *** search
Text File | 2005-04-15 | 1.6 KB | 58 lines | [TEXT/StMl] |
- <HTML>
- <HEAD>
- <TITLE>3 HTML Display</TITLE>
- </HEAD>
- <BODY BGCOLOR="#ffffff">
-
- <P><CENTER><B><FONT COLOR="#990000" SIZE="+4">HTML Display</FONT></B></CENTER></P>
-
- <P> </P>
-
- <P>The built in calls for html display to most of the work.</P>
-
- <P>They will display boxes</P>
-
- <P><TABLE WIDTH="191" BORDER="1" CELLSPACING="2" CELLPADDING="0"
- HEIGHT="73">
- <TR>
- <TD WIDTH="33%" HEIGHT="16"> Cell 1</TD>
- <TD WIDTH="33%" HEIGHT="16"> </TD>
- <TD WIDTH="34%" HEIGHT="16"> </TD>
- </TR>
- <TR>
- <TD WIDTH="33%" HEIGHT="30"> </TD>
- <TD WIDTH="33%" HEIGHT="30"> <FONT COLOR="#ff00ff">Something
- else</FONT></TD>
- <TD WIDTH="34%" HEIGHT="30"> </TD>
- </TR>
- <TR>
- <TD WIDTH="33%" HEIGHT="16"> </TD>
- <TD WIDTH="33%" HEIGHT="16"> </TD>
- <TD WIDTH="34%" HEIGHT="16"> </TD>
- </TR>
- </TABLE></P>
-
- <P>And graphics</P>
-
- <P><IMG SRC="Images/Constructio.gif" WIDTH="128" HEIGHT="40"
- ALIGN="BOTTOM" BORDER="0"></P>
-
- <P><HR ALIGN=LEFT></P>
-
- <P><FONT SIZE="+1">But somehow I have not seen how to display
- some objects such as buttons or individual text boxes.</FONT></P>
-
- <P><FONT SIZE="+1">I have included a local function for printing
- the help topics but the challenge remains to detect and print
- the end of a line on the end of the page. The current code cuts
- off text and then just backs up a little for the start of the
- new page to make sure the text is printed. The print dialog box
- displays the number of topics and allows you to print one topic
- or all topics.</FONT></P>
-
- <P><FONT SIZE="+1">Selecting text using the basic html calls also
- does not seem possible.</FONT>
-
- </BODY>
- </HTML>
-